home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
magazine
/
msysjour
/
vol06
/
02
/
winmem32
/
params.c
< prev
next >
Wrap
Text File
|
1991-02-28
|
313b
|
9 lines
#include "back.h"
/* This is the parameter block used to store important
addresses for 16 / 32 communication. */
int (* InitRoutine)() = main; /* Setup Routine */
void (* ActionRoutine)() = actionF; /* Action Routine */
char *pointer; /* Data Buffer */